Remove ssidref field from test -- this now only works if there is a policy in
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 5 May 2006 15:46:48 +0000 (16:46 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 5 May 2006 15:46:48 +0000 (16:46 +0100)
place at the time.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/tests/test_create.py

index 7bbe7098349c9e738993b50e0b28e9a828d775db..2aa13549bcd28de58b33f72eb32f9c38affc5c1a 100644 (file)
@@ -112,7 +112,6 @@ on_crash    = 'destroy'
                      '''
 name       = "testname"
 memory     = 256
-ssidref    = 1
 kernel     = "/mykernel"
 maxmem     = 1024
 cpu        = 2
@@ -132,7 +131,6 @@ cpu_weight = 0.75
                  'memory'     : 256,
                  'maxmem'     : 1024,
                  'cpu'        : 2,
-                 'ssidref'    : 1,
                  'cpu_weight' : 0.75,
                  'vcpus'      : 1,
                  'boot'       : 'c',